 
Install notes
 
For Android: 
 
Extract the 'Qnect.apk' file from the 'Qnect_beta_0.1.1_Android.zip' file to a folder on your Android device, locate the file and tap on it. When prompted choose to install the app, the old version will automatically be overwritten. All of your cached date will remain on the device, your cached data (chat history, encountered users, groups, nodes statistics, log, API calls log, etc..) will only be deleted if you explicitly do so through the app cache menu or if you remove Qnect from your device.

For Linux:

Delete you old 'Qnect' folder from the location where you previously extracted it to. Extract the new 'Qnect' folder from the 'Qnect_beta_0.1.1_Linux.zip' file to your preferred location, go into the folder and give the 'qnect' file permission to run as an executable (if necessary), then double click that file to start the app. All of your cached date will remain in your Linux Documents folder, your cached data (chat history, encountered users, groups, nodes statistics, log, API calls log, etc..) will only be deleted if you explicitly do so through the app cache menu or if you delete the 'Documents/Qnect' folder or its content from your operating system file manager.


Qnect 0.1.1 release notes


New:

- Disabled duplicates double check in Controller.init()

- Reduced log verbosity.

- Added logging entries to detect cause of possible duplicate message persistence (probably caused by faulty group last message time entry).


Fixed:

- Fixed menu drawer 'not logged in' message after logging in by rebuilding the home screen after log-in.

- Fixed Controller.refreshChats() duplicates check bug. This was caused by a exiting the duplicates check loop without exiting the messages response loop (detecting the duplicate, but still adding it to the chat).
